๐Ÿ‘ฉโ€๐ŸŒพ Contributions by @KGBicheno at [[one hot_encoding]]
Agora locations contain community contributions with titles or topics that match your search. x
๐Ÿ“„ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/One-Hot_Encoding.md by @KGBicheno โ˜† raw

one-hot encoding

Go back to the [[AI Glossary]]

A sparse vector in which:

  • One element is set to 1.
  • All other elements are set to 0.

One-hot encoding is commonly used to represent strings or identifiers that have a finite set of possible values. For example, suppose a given botany dataset chronicles 15,000 different species, each denoted with a unique string identifier. As part of feature engineering, you’ll probably encode those string identifiers as one-hot vectors in which the vector has a size of 15,000.

Loading pushes...

โœจ AI Synthesis Mistral Gemini ChatGPT Claude x

Expanding this section will automatically generate an AI synthesis of the contributions in this node.